Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Glow Method / Glow(Shape[],ShapeGlowPreset,Boolean) Method


In This Topic
    Glow(Shape[],ShapeGlowPreset,Boolean) Method
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Glow( _
       ByVal drawingObjects() As Shape, _
       ByVal shapeGlowPreset As ShapeActionsCommand.ShapeGlowPreset, _
       Optional ByVal isText As Boolean _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim shapeGlowPreset As ShapeActionsCommand.ShapeGlowPreset
    Dim isText As Boolean
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Glow(drawingObjects, shapeGlowPreset, isText)

    Parameters

    drawingObjects
    shapeGlowPreset
    isText
    See Also